.under-construct {
    width: 1440px;
    height: auto;
    margin: 32px auto;
}

.yellow-container,
.white-container {
    width: 100%;
    /*height: 90px;*/
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-container {
    background-color: #173a94;
    margin: 25px auto;
    height:60px;
}

#first-home-title .yellow-container {
    margin-top: 0;
    
}

.yellow-container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yellow-logo {
    width: auto;
    height: 30px;
    margin: 0 25px;
}

.yellow-zdh {
    display: flex;
    justify-content: center !important;
    position: relative;
}

.yellow-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:-10px;
}

.yellow-title-container {
    line-height: 1.5;
}

.yellow-subtitle {
    font-size: 18px;
}

.yellow-title {
    font-size: 16px;
}

.yellow-title-2 {
    font-size: 20px;
    font-weight: bold;
}

.yellow-more {
    font-size: 16px;
    width: auto !important;
}

.yellow-btn-container {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 3px;
    top: 50%;
    margin-top: -20px;
}

.yellow-btn-container button {
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 40px;
}

.yellow-btn-container button * {
    width: 40px !important;
    height: 40px !important;
}

.home-description {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 18px;
    text-align: center;
    width: 100%;
}

.white-swiper {
    width: 1440px;
    margin: 25px auto;
}

.white-swiper .swiper-container {

}

.white-swiper .swiper-slide {
    /*width: 90% !important;*/
}

.white-swiper .swiper-button-prev,
.white-swiper .swiper-button-next {
    color: orange !important;
    top: 50% !important;
    margin-top: -30px !important;
    background-color: #FFF;
    box-shadow: #F2F2F2 0 0 5px;
}

.white-container {
    flex-wrap: wrap;
    background-color: #173a94;
}